Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Managing View Hints Objects


Q3ViewHints_SetMask

You can use the Q3ViewHints_SetMask function to set the mask associated with a view hints object.

TQ3Status Q3ViewHints_SetMask (
TQ3ViewHintsObject viewHints, 
const TQ3Bitmap *mask);
viewHints
A view hints object.
mask
The desired mask of the specified view hints object.
DESCRIPTION
The Q3ViewHints_SetMask function sets the mask of the view hints object specified by the viewHints parameter to the bitmap specified in the mask parameter. Q3ViewHints_SetMask copies the bitmap to internal QuickDraw 3D memory, so you can dispose of the specified bitmap after calling Q3ViewHints_SetMask.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996